home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / WIMPGAME / MINES2.ZIP / !Mines / h / Hint next >
Text File  |  1995-05-01  |  200b  |  9 lines

  1. /* Headerfile for Hint.c */
  2.  
  3. void hint_it(void);
  4. int  hint_choose_done(int x,int y,bits *button);
  5. int  hint_init(void);
  6. void hint_new_game(void);
  7. void hint_exit(void);
  8. void hint_click(wimp_block *b);
  9.